Files
webservice/Lib/Exception/InvalidAttributeException.php
Gilles Crettenand c0159f4b79 change line endings
2015-06-02 17:26:01 +02:00

9 lines
163 B
PHP

<?php
namespace BSR\Lib\Exception;
/**
* Exception raised when an invalid attribute name is accessed
*/
class InvalidAttributeException extends \Exception { }