BadScript 2
Loading...
Searching...
No Matches
BadCompilerException.cs
Go to the documentation of this file.
2
4
8public class BadCompilerException : Exception
9{
14 public BadCompilerException(string message) : base(message) { }
15}
Gets thrown when a Compiler is not able to compile a specific BadExpression.
BadCompilerException(string message)
Creates a new BadCompilerException instance.
Contains the Expressions for the BadScript2 Language.
Contains the Compiler for the BadVirtualMachine.