Exception: Hyperb::Error::UnsupportedRegion
- Inherits:
-
Hyperb::Error
- Object
- StandardError
- Hyperb::Error
- Hyperb::Error::UnsupportedRegion
- Defined in:
- lib/hyperb/error.rb
Overview
region not supported
Constant Summary
Constants inherited from Hyperb::Error
BadRequest, ClientError, Conflict, ERRORS, InternalServerError, NotFound, NotModified, ServerError, Unauthorized
Instance Attribute Summary
Attributes inherited from Hyperb::Error
Instance Method Summary collapse
-
#initialize(region) ⇒ UnsupportedRegion
constructor
A new instance of UnsupportedRegion.
Constructor Details
#initialize(region) ⇒ UnsupportedRegion
8 9 10 |
# File 'lib/hyperb/error.rb', line 8 def initialize(region) super("Unsupported region: #{region}", nil) end |