Exception: Pancake::Errors::Server
- Defined in:
- lib/pancake/errors.rb
Instance Attribute Summary collapse
-
#exceptions ⇒ Object
Returns the value of attribute exceptions.
Instance Method Summary collapse
-
#initialize(*args) ⇒ Server
constructor
A new instance of Server.
Methods inherited from HttpError
Constructor Details
#initialize(*args) ⇒ Server
Returns a new instance of Server.
47 48 49 50 |
# File 'lib/pancake/errors.rb', line 47 def initialize(*args) super @exceptions = [] end |
Instance Attribute Details
#exceptions ⇒ Object
Returns the value of attribute exceptions.
41 42 43 |
# File 'lib/pancake/errors.rb', line 41 def exceptions @exceptions end |