mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-11-22 00:00:46 +09:00
13 lines
212 B
PHP
13 lines
212 B
PHP
<?php
|
|
|
|
namespace Github\Exception;
|
|
|
|
/**
|
|
* BadMethodCallException.
|
|
*
|
|
* @author James Brooks <jbrooksuk@me.com>
|
|
*/
|
|
class BadMethodCallException extends \BadMethodCallException implements ExceptionInterface
|
|
{
|
|
}
|