C# Class Parrot.Lexer.UnexpectedTokenException

Inheritance: System.Exception
ファイルを表示 Open project: ParrotFx/Parrot

Public Methods

Method Description
UnexpectedTokenException ( string mesage ) : System

Method Details

UnexpectedTokenException() public method

public UnexpectedTokenException ( string mesage ) : System
mesage string
return System