Exception: Epi::Exceptions::Fatal

Inherits:
Base
  • Object
show all
Defined in:
lib/epi/exceptions/fatal.rb

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ Fatal

Returns a new instance of Fatal.



5
6
7
8
# File 'lib/epi/exceptions/fatal.rb', line 5

def initialize(*args)
  super *args
  Epi.logger.fatal message
end