class TheFox::TermKit::Exception::UnhandledEventException
Attributes
event[R]
Public Class Methods
new(event)
click to toggle source
# File lib/termkit/exception/exception_event_unhandled.rb, line 10 def initialize(event) @event = event end