nginxsonarrradarrplexorganizrdashboardapplication-dashboardmuximuxlandingpagestartpagelandinghtpcserverhomepagesabnzbdheimdallembycouchpotatonzbgetbookmark
12 lines
212 B
12 lines
212 B
<?php
|
|
|
|
namespace Github\Exception;
|
|
|
|
/**
|
|
* BadMethodCallException.
|
|
*
|
|
* @author James Brooks <jbrooksuk@me.com>
|
|
*/
|
|
class BadMethodCallException extends \BadMethodCallException implements ExceptionInterface
|
|
{
|
|
}
|
|
|