Function TwoDAParseException.this
					
			this
			(
			
			  string msg,
			
			  string fileName,
			
			  ulong fileLine,
			
			  string f = __FILE__,
			
			  ulong l = cast(ulong)__LINE__,
			
			  object .Throwable t = null
			
			) pure nothrow @safe;