/var/www/flurhymez/vendor/league/config/src/Exception
NameSizeModeActions
ConfigurationExceptionInterface.php4430644editdlrm
InvalidConfigurationException.php12830644editdlrm
UnknownOptionException.php7480644editdlrm
ValidationException.php8620644editdlrm
Edit: /var/www/flurhymez/vendor/league/config/src/Exception/ConfigurationExceptionInterface.php (443B)
* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace League\Config\Exception; /** * Marker interface for any/all exceptions thrown by this library */ interface ConfigurationExceptionInterface extends \Throwable { }