Exception: Epi::Exceptions::Fatal
- Defined in:
- lib/epi/exceptions/fatal.rb
Instance Method Summary collapse
-
#initialize(*args) ⇒ Fatal
constructor
A new instance of Fatal.
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 end |