Exception: Rufus::Tokyo::Dystopia::Error
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Rufus::Tokyo::Dystopia::Error
- Defined in:
- lib/rufus/tokyo/dystopia.rb
Overview
An error for Dystopia
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#new(error_code) ⇒ Object
35 36 37 |
# File 'lib/rufus/tokyo/dystopia.rb', line 35 def new (error_code) super("tokyo dystopia error #{error_code}") end |