Exception: PrintController::JavaError
- Inherits:
-
Exception
- Object
- Exception
- PrintController::JavaError
- Defined in:
- app/controllers/print_controller.rb
Instance Method Summary collapse
-
#initialize(cmd, message) ⇒ JavaError
constructor
A new instance of JavaError.
Constructor Details
#initialize(cmd, message) ⇒ JavaError
Returns a new instance of JavaError.
16 17 18 |
# File 'app/controllers/print_controller.rb', line 16 def initialize(cmd, ) super(cmd + "\n\n" + ) end |