Exception: Howler::Message::Failed
- Defined in:
- lib/howler/exceptions/failed.rb
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize ⇒ Failed
constructor
A new instance of Failed.
Methods inherited from Error
Constructor Details
#initialize ⇒ Failed
4 5 6 7 |
# File 'lib/howler/exceptions/failed.rb', line 4 def initialize(*) super ||= "Message Failed at " + Howler::Util.now end |