class FastCI::EventAlreadyDefinedError

Public Class Methods

new(event) click to toggle source
Calls superclass method
# File lib/fast_ci/exceptions.rb, line 5
def initialize(event)
  super("Event '#{event}' is already defined")
end