wellrested/exceptions/WellrestedException.inc.php

10 lines
164 B
PHP

<?php
namespace wellrested\exceptions;
/**
* Top level class for custom exceptions thrown by Well RESTed.
*/
class WellrestedException extends \Exception {}
?>