Heimdall/vendor/knplabs/github-api/lib/Github/Exception/ErrorException.php
2022-03-10 11:54:29 +00:00

11 lines
170 B
PHP

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