Exception: Noise::NotFoundError

Inherits:
PublicError
  • Object
show all
Defined in:
lib/noise/public_error.rb

Overview

404

Instance Attribute Summary

Attributes inherited from PublicError

#code, #options

Instance Method Summary collapse

Methods inherited from PublicError

#inspect, #message, register_as, #responder_class

Constructor Details

#initialize(code = :not_found, message = nil) ⇒ NotFoundError

Returns a new instance of NotFoundError.



92
93
94
# File 'lib/noise/public_error.rb', line 92

def initialize(code = :not_found, message = nil)
  super
end