BadScript 2
Loading...
Searching...
No Matches
BadRuntimeErrorException.cs
Go to the documentation of this file.
2
4
9{
10 public BadRuntimeError Error { get; }
11
17 error.ToString(),
18 error.ErrorObject.ToString()
19 )
20 {
21 Error = error;
22 }
23}
The base class of all BadScript Exceptions.
Gets thrown if the runtime encounters an error.
BadRuntimeErrorException(BadRuntimeError error)
Creates a new BadRuntimeErrorException.
Implements the Error Object Type.
Contains Shared Data Structures and Functionality.
Contains the Error Objects for the BadScript2 Language.