<?php declare(strict_types=1); namespace ParagonIE\Discretion\Exception; /** * Class FilesystemException * @package ParagonIE\Discretion\Exception */ class FilesystemException extends \Exception { }
info at phpclasses dot org