BadScript 2
Loading...
Searching...
No Matches
BadRuntimeErrorException.cs
Go to the documentation of this file.
2
4
9{
14 public BadRuntimeErrorException(BadRuntimeError error) : base(error.ToString(),
15 error.ErrorObject.ToString()
16 )
17 {
18 Error = error;
19 }
20
21 public BadRuntimeError Error { get; }
22}
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.