Files
Heimdall/vendor/knplabs/github-api/lib/Github/Exception/ErrorException.php
2018-10-18 15:59:38 +01:00

13 lines
192 B
PHP

<?php
namespace Github\Exception;
/**
* ErrorException.
*
* @author Joseph Bielawski <stloyd@gmail.com>
*/
class ErrorException extends \ErrorException implements ExceptionInterface
{
}