lib/sandbox/errors.rb in nkryptic-sandbox-0.2.0 vs lib/sandbox/errors.rb in nkryptic-sandbox-0.2.1
- old
+ new
@@ -19,9 +19,10 @@
class LoadedSandboxError < Sandbox::Error
def initialize( msg=nil )
msg ||= "You cannot run sandbox from a loaded sandbox environment"
+ super msg
end
end
class ParseError < Sandbox::Error
\ No newline at end of file