allow api methods whitelisting

This commit is contained in:
Guillermo Dev
2018-12-05 00:25:41 +01:00
parent 02573f343c
commit 941b47eb06
3 changed files with 62 additions and 19 deletions

View File

@@ -0,0 +1,12 @@
<?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 {
}