psr4 namespacing

This commit is contained in:
Guillermo Dev
2018-10-10 14:38:02 +02:00
parent 806c3a6a0e
commit b1ddaa9c6e
5 changed files with 1 additions and 1 deletions

View File

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