Exception: BN::Error::API::InvalidRegion
- Inherits:
-
Base
- Object
- StandardError
- Base
- Base
- BN::Error::API::InvalidRegion
show all
- Defined in:
- lib/bn/error/api/invalid_region.rb
Overview
Raised when the region is invalid.
Instance Method Summary
collapse
included, #initialize, #update_attributes
Instance Method Details
#to_s ⇒ Object
8
9
10
|
# 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
|