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

13 lines
212 B
PHP

<?php
namespace Github\Exception;
/**
* BadMethodCallException.
*
* @author James Brooks <jbrooksuk@me.com>
*/
class BadMethodCallException extends \BadMethodCallException implements ExceptionInterface
{
}