Exception: Gs2::Core::BadGatewayException
- Inherits:
-
Exception
- Object
- Exception
- Gs2::Core::BadGatewayException
- Defined in:
- lib/gs2/core/BadGatewayException.rb
Instance Method Summary collapse
- #errors ⇒ Object
-
#initialize(errors) ⇒ BadGatewayException
constructor
A new instance of BadGatewayException.
Constructor Details
#initialize(errors) ⇒ BadGatewayException
Returns a new instance of BadGatewayException.
4 5 6 7 |
# File 'lib/gs2/core/BadGatewayException.rb', line 4 def initialize(errors) super(errors) @errors = errors end |
Instance Method Details
#errors ⇒ Object
9 10 11 |
# File 'lib/gs2/core/BadGatewayException.rb', line 9 def errors() return @errors end |