class BN::Error::API::InvalidRegion

Raised when the region is invalid.

Public Instance Methods

to_s() click to toggle source
# File lib/bn/error/api/invalid_region.rb, line 8
def to_s
  "Region must be one of the following: #{BN::API::REGIONS.keys}"
end