Lemon\RestBundle\Object\Exception\UnsupportedMethodException::__construct PHP Method

__construct() public method

public __construct ( $message = "Method not supported", $code, $previous = null )
    public function __construct($message = "Method not supported", $code = 0, $previous = null)
    {
        parent::__construct($message, $code, $previous);
    }
UnsupportedMethodException