Exception: Mashery::NoClassGiven
- Inherits:
-
Exception
- Object
- Exception
- Mashery::NoClassGiven
- Defined in:
- lib/mashery/exceptions.rb
Instance Method Summary collapse
-
#initialize ⇒ NoClassGiven
constructor
A new instance of NoClassGiven.
Constructor Details
#initialize ⇒ NoClassGiven
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 |