Exception: Mashery::NoClassGiven

Inherits:
Exception
  • Object
show all
Defined in:
lib/mashery/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializeNoClassGiven



3
4
5
# File 'lib/mashery/exceptions.rb', line 3

def initialize
  super("Cannot create new instance for query builder because class was not given!")
end