Exception: Sandbox::LoadedSandboxError
- Defined in:
- lib/sandbox/errors.rb
Instance Method Summary collapse
-
#initialize(msg = "You cannot run sandbox from a loaded sandbox environment") ⇒ LoadedSandboxError
constructor
A new instance of LoadedSandboxError.
Methods inherited from Error
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 |