Flarum\Api\Handler\MethodNotAllowedExceptionHandler::manages PHP Method

manages() public method

public manages ( Exception $e )
$e Exception
    public function manages(Exception $e)
    {
        return $e instanceof MethodNotAllowedException;
    }
MethodNotAllowedExceptionHandler