class Hyperb::Error::UnsupportedRegion
region not supported
Public Class Methods
new(region)
click to toggle source
Calls superclass method
# File lib/hyperb/error.rb, line 8 def initialize(region) super("Unsupported region: #{region}", nil) end