Exception: CannotRemoveActivePackage

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/lace/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializeCannotRemoveActivePackage

Returns a new instance of CannotRemoveActivePackage.



30
31
32
# File 'lib/lace/exceptions.rb', line 30

def initialize
  super "Cannot remove active pkg, deactivate first"
end