diff options
Diffstat (limited to 'mrblib/10error.rb')
| -rw-r--r-- | mrblib/10error.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mrblib/10error.rb b/mrblib/10error.rb index 22a8d1ad7..0d9f38d58 100644 --- a/mrblib/10error.rb +++ b/mrblib/10error.rb @@ -51,6 +51,9 @@ end class NotImplementedError < ScriptError end +class FrozenError < RuntimeError +end + class StopIteration < IndexError attr_accessor :result end |
