Prose\E5xx_NoMatchingActions::__construct PHP Method

__construct() public method

public __construct ( $methodName )
    public function __construct($methodName)
    {
        $msg = "Cannot find a suitable class for actions of type '{$methodName}'";
        parent::__construct(500, $msg, $msg);
    }
E5xx_NoMatchingActions