mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-11-13 19:33:09 +09:00
changes
This commit is contained in:
12
vendor/knplabs/github-api/lib/Github/Exception/BadMethodCallException.php
vendored
Normal file
12
vendor/knplabs/github-api/lib/Github/Exception/BadMethodCallException.php
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace Github\Exception;
|
||||
|
||||
/**
|
||||
* BadMethodCallException.
|
||||
*
|
||||
* @author James Brooks <jbrooksuk@me.com>
|
||||
*/
|
||||
class BadMethodCallException extends \BadMethodCallException implements ExceptionInterface
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user