Flarum\Api\Handler\MethodNotAllowedExceptionHandler::manages PHP Méthode

manages() public méthode

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