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ยง
- Illegal
Argument Exception - Exception thrown when an illegal or inappropriate argument is passed to a method.
- Illegal
State Exception - Exception thrown when a method is invoked at an illegal or inappropriate time.