Exception: Jade::Tasks::Unbound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/jade/tasks.rb,
lib/jade/tasks/rspec.rb

Instance Method Summary collapse

Constructor Details

#initialize(task_def, args, strict) ⇒ Unbound

Returns a new instance of Unbound.



29
30
31
# File 'lib/jade/tasks.rb', line 29

def initialize(task_def, args)
  super("No port registered for #{task_def}; called with #{args.inspect}")
end