Add string input interrupt from STDIN
This commit is contained in:
@@ -39,6 +39,12 @@ namespace Execute
|
||||
InterruptIndexOutOfRange(int const index);
|
||||
};
|
||||
|
||||
class OutOfMemory : public RuntimeError
|
||||
{
|
||||
public:
|
||||
OutOfMemory(int const memoryLocation, int const memorySize);
|
||||
};
|
||||
|
||||
namespace Internal
|
||||
{
|
||||
class BadValueType : public RuntimeError
|
||||
|
||||
Reference in New Issue
Block a user