You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actions edited this page Apr 4, 2026
·
1 revision
Represents the base contract for all exceptions thrown by the fork library.
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.
Full name: \FastForward\Fork\Exception\ForkExceptionInterface