Method: Muwu::ProjectExceptionHandler::Fatal#render_exception
- Defined in:
- lib/muwu/project_exception_handler/fatal.rb
#render_exception(exception) ⇒ Object
13 14 15 16 |
# File 'lib/muwu/project_exception_handler/fatal.rb', line 13 def render_exception(exception) $stderr.puts "- #{exception.class}" $stderr.puts " #{exception.report}" end |