Exception: Moura::ApplicationNotFound

Inherits:
Error
  • Object
show all
Defined in:
lib/moura.rb

Instance Method Summary collapse

Constructor Details

#initialize(app) ⇒ ApplicationNotFound

Returns a new instance of ApplicationNotFound.



28
29
30
# File 'lib/moura.rb', line 28

def initialize(app)
  super("application '#{app}' does not exist")
end