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