ForkExceptionInterface
Interface
extends
Throwable
Represents the base contract for all exceptions thrown by the fork library.
Description
All custom exceptions defined by the library MUST implement this interface to allow consistent and type-safe exception handling across the system.
Consumers MAY use this interface to catch all library-specific exceptions without interfering with unrelated runtime exceptions.
Implementations SHOULD NOT extend this interface outside the library boundary unless they are explicitly designed to integrate with the fork ecosystem.