Exception: Rufus::Tokyo::Dystopia::Error

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/rufus/tokyo/dystopia.rb

Overview

An error for Dystopia

Direct Known Subclasses

Core::Error

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