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.



510
511
512
# File 'lib/booqable/error.rb', line 510

def initialize
  super("Unsupported API version configured. Only version '4' is supported.")
end