Exception: Booqable::UnsupportedAPIVersion
- Inherits:
-
ConfigArgumentError
- Object
- ArgumentError
- ConfigArgumentError
- Booqable::UnsupportedAPIVersion
- Defined in:
- lib/booqable/error.rb
Instance Method Summary collapse
-
#initialize ⇒ UnsupportedAPIVersion
constructor
A new instance of UnsupportedAPIVersion.
Constructor Details
#initialize ⇒ UnsupportedAPIVersion
Returns a new instance of UnsupportedAPIVersion.
466 467 468 |
# File 'lib/booqable/error.rb', line 466 def initialize super("Unsupported API version configured. Only version '4' is supported.") end |