wishthis/vendor/knplabs/github-api/lib/Github/Exception/BadMethodCallException.php

11 lines
182 B
PHP
Raw Normal View History

2022-01-21 08:23:52 +00:00
<?php
namespace Github\Exception;
/**
* @author James Brooks <jbrooksuk@me.com>
*/
class BadMethodCallException extends \BadMethodCallException implements ExceptionInterface
{
}