Exception: Hyperb::Error::UnsupportedRegion

Inherits:
Hyperb::Error
  • Object
show all
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

#code, #msg

Instance Method Summary collapse

Constructor Details

#initialize(region) ⇒ UnsupportedRegion



8
9
10
# File 'lib/hyperb/error.rb', line 8

def initialize(region)
  super("Unsupported region: #{region}", nil)
end