Exception: Howler::Message::Failed

Inherits:
Error
  • Object
show all
Defined in:
lib/howler/exceptions/failed.rb

Instance Attribute Summary

Attributes inherited from Error

#message

Instance Method Summary collapse

Methods inherited from Error

#info

Constructor Details

#initializeFailed

Returns a new instance of Failed.



4
5
6
7
# File 'lib/howler/exceptions/failed.rb', line 4

def initialize(*)
  super
  @message ||= "Message Failed at " + Howler::Util.now
end