Exception: WifiWand::NonSubclassInstantiationError
- Defined in:
- lib/wifi_wand/errors.rb
Instance Method Summary collapse
Methods inherited from Error
#append_help_hint?, #display_message, #exception, #message_for_display
Instance Method Details
#to_s ⇒ Object
324 |
# File 'lib/wifi_wand/errors.rb', line 324 def to_s = "Class #{self.class} can only be instantiated by subclasses" |