Module error

Source
Expand description

Module containing custom error types used throughout the library.

This module provides specialized error types for handling different error scenarios, such as illegal arguments and illegal states.

Structsยง

IllegalArgumentException
Exception thrown when an illegal or inappropriate argument is passed to a method.
IllegalStateException
Exception thrown when a method is invoked at an illegal or inappropriate time.