\Omega\Filesystem\Exception ExceptionInterface

Interface for the Omega related exceptions.

This interface serves as a marker for all exceptions that are specific to the Omega filesystem component. It allows for type-hinting and catching of exceptions that are specific to this namespace, ensuring consistency and clarity in exception handling throughout the Omega filesystem implementation.

All custom exception classes related to the Omega filesystem should implement this interface to provide a clear structure for error management and to facilitate the identification of filesystem-related errors in client code.

Summary

Methods
Constants
No public constants found