Exception: Uncov::UnsupportedSimplecovTriggerError

Inherits:
FinderError
  • Object
show all
Defined in:
lib/uncov.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Error

#inspect

Constructor Details

#initialize(trigger) ⇒ UnsupportedSimplecovTriggerError

Returns a new instance of UnsupportedSimplecovTriggerError.



59
# File 'lib/uncov.rb', line 59

def initialize(trigger) = @trigger = trigger

Instance Attribute Details

#triggerObject (readonly)

Returns the value of attribute trigger.



57
58
59
# File 'lib/uncov.rb', line 57

def trigger
  @trigger
end

Instance Method Details

#messageObject



60
# File 'lib/uncov.rb', line 60

def message = "#{trigger.inspect} is not a supported simplecov_trigger type"