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