Exception: PrintController::MapfishError

Inherits:
Exception
  • Object
show all
Defined in:
app/controllers/print_controller.rb

Instance Method Summary collapse

Constructor Details

#initialize(cmd, message) ⇒ MapfishError

Returns a new instance of MapfishError.



22
23
24
# File 'app/controllers/print_controller.rb', line 22

def initialize(cmd, message)
  super(cmd + "\n\n" + message)
end