Files
webservice/src/Webservice/Exception/ConfigException.php
2018-12-05 00:25:41 +01:00

13 lines
266 B
PHP

<?php
namespace Bsr\Webservice\Exception;
/**
* This exception should be raised by the WebService engine when
* there is an error in the provided configuration information.
*
* @package Bsr\Webservice\Exception
*/
class ConfigException extends \Exception {
}