Exception: MakeFlaggable::Exceptions::AlreadyFlaggedError

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

Instance Method Summary collapse

Constructor Details

#initializeAlreadyFlaggedError

Returns a new instance of AlreadyFlaggedError.



4
5
6
# File 'lib/make_flaggable/exceptions.rb', line 4

def initialize
  super "The flaggable was already flagged by this flagger."
end