PSR-4 compliance & autoloader
This commit is contained in:
8
Lib/Exception/InvalidAttributeException.php
Normal file
8
Lib/Exception/InvalidAttributeException.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace BSR\Lib\Exception;
|
||||
|
||||
/**
|
||||
* Exception raised when an invalid attribute name is accessed
|
||||
*/
|
||||
class InvalidAttributeException extends \Exception { }
|
||||
Reference in New Issue
Block a user