Exception: MakeFlaggable::Exceptions::NotFlaggedError

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

Instance Method Summary collapse

Constructor Details

#initializeNotFlaggedError

Returns a new instance of NotFlaggedError.



10
11
12
# File 'lib/make_flaggable/exceptions.rb', line 10

def initialize
  super "The flaggable was not flagged by the flagger."
end