Method: Bolt::ApplyError#initialize
- Defined in:
- lib/bolt/error.rb
#initialize(target, msg) ⇒ ApplyError
Returns a new instance of ApplyError.
153 154 155 |
# File 'lib/bolt/error.rb', line 153 def initialize(target, msg) super("Apply failed to compile for #{target}: #{msg}", 'bolt/apply-error') end |