Exception: Rufus::Tokyo::Dystopia::Error
- RuntimeError
- Rufus::Tokyo::Dystopia::Error
An error for Dystopia
Public Visibility
Public Instance Method Summary
| #new(error_code) |
|---|
Public Instance Method Details
new
public
new(error_code)
[View source]
35 36 37 |
# File 'lib/rufus/tokyo/dystopia.rb', line 35 def new (error_code) super("tokyo dystopia error #{error_code}") end |