Exception: Parliament::NoContentError
- Inherits:
-
StandardError
- Object
- StandardError
- Parliament::NoContentError
- Defined in:
- lib/parliament/no_content_error.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize ⇒ NoContentError
constructor
A new instance of NoContentError.
Constructor Details
#initialize ⇒ NoContentError
5 6 7 |
# File 'lib/parliament/no_content_error.rb', line 5 def initialize = 'No content' end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
3 4 5 |
# File 'lib/parliament/no_content_error.rb', line 3 def end |