Exception: Mirror::Api::NotFoundError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Mirror::Api::NotFoundError
- Defined in:
- lib/mirror-api/not_found_error.rb
Instance Attribute Summary collapse
-
#details ⇒ Object
readonly
Returns the value of attribute details.
Instance Method Summary collapse
-
#initialize(error, details) ⇒ NotFoundError
constructor
A new instance of NotFoundError.
Constructor Details
#initialize(error, details) ⇒ NotFoundError
Returns a new instance of NotFoundError.
7 8 9 10 |
# File 'lib/mirror-api/not_found_error.rb', line 7 def initialize(error, details) @error = error @details = details end |
Instance Attribute Details
#details ⇒ Object (readonly)
Returns the value of attribute details.
5 6 7 |
# File 'lib/mirror-api/not_found_error.rb', line 5 def details @details end |