class NonActiveFlavorError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/lace/exceptions.rb, line 18
def initialize
  super "Cannot deactivate package that is not active"
end