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