Exception: Pancake::Errors::Server

Inherits:
HttpError show all
Defined in:
lib/pancake/errors.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from HttpError

#code, #description, #name

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

#exceptionsObject

Returns the value of attribute exceptions.



41
42
43
# File 'lib/pancake/errors.rb', line 41

def exceptions
  @exceptions
end