Exception: Sandbox::LoadedSandboxError

Inherits:
Error
  • Object
show all
Defined in:
lib/sandbox/errors.rb

Instance Method Summary collapse

Methods inherited from Error

#message

Constructor Details

#initialize(msg = "You cannot run sandbox from a loaded sandbox environment") ⇒ LoadedSandboxError

Returns a new instance of LoadedSandboxError.



17
18
19
# File 'lib/sandbox/errors.rb', line 17

def initialize(msg="You cannot run sandbox from a loaded sandbox environment")
  super(msg)
end