Exception: Booqable::UnsupportedAPIVersion

Inherits:
ConfigArgumentError show all
Defined in:
lib/booqable/error.rb

Instance Method Summary collapse

Constructor Details

#initializeUnsupportedAPIVersion

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