moved InvalidAttributeException to another library

This commit is contained in:
Guillermo Dev
2018-10-10 01:00:21 +02:00
parent e50ea1804f
commit 43d3136208

View File

@@ -1,8 +0,0 @@
<?php
namespace BSR\Webservice\Exception;
/**
* Exception raised when an invalid attribute name is accessed
*/
class InvalidAttributeException extends \Exception { }