Exception: EleetScript::CannotCallInstanceOrClassMethodsExcpetion

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

Instance Method Summary collapse

Constructor Details

#initializeCannotCallInstanceOrClassMethodsExcpetion

Returns a new instance of CannotCallInstanceOrClassMethodsExcpetion.



13
14
15
# File 'lib/engine/engine.rb', line 13

def initialize
  super("You cannot call a class or instance method using EleetScript::Engine.call")
end