Exception: Mohawk::InvalidApplicationPath

Inherits:
StandardError
  • Object
show all
Defined in:
lib/mohawk.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = 'You must set the Mohawk.app_path to start an application') ⇒ InvalidApplicationPath

Returns a new instance of InvalidApplicationPath.



16
17
18
# File 'lib/mohawk.rb', line 16

def initialize(message='You must set the Mohawk.app_path to start an application')
  super
end