Exception: RubyCI::EventAlreadyDefinedError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/ruby_ci/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(event) ⇒ EventAlreadyDefinedError

Returns a new instance of EventAlreadyDefinedError.



5
6
7
# File 'lib/ruby_ci/exceptions.rb', line 5

def initialize(event)
  super("Event '#{event}' is already defined")
end