Exception: MakeFlaggable::Exceptions::InvalidFlaggableError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/make_flaggable/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializeInvalidFlaggableError

Returns a new instance of InvalidFlaggableError.



16
17
18
# File 'lib/make_flaggable/exceptions.rb', line 16

def initialize
  super "Invalid flaggable."
end