Alterway\Component\Workflow\Exception\InvalidTokenException::__construct PHP Method

__construct() public method

public __construct ( )
    public function __construct()
    {
        return parent::__construct('Invalid token for current workflow');
    }
InvalidTokenException