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