. */ namespace SP\Infrastructure\File; use SP\Domain\Core\Exceptions\SPException; /** * Class FileException * * @package SP\Infrastructure\File; */ final class FileException extends SPException { }