Exception: Gm::Notepad::MissingTableError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- RuntimeError
- Gm::Notepad::MissingTableError
- Defined in:
- lib/gm/notepad/exceptions.rb
Instance Method Summary collapse
-
#initialize(name:) ⇒ MissingTableError
constructor
A new instance of MissingTableError.
Constructor Details
#initialize(name:) ⇒ MissingTableError
Returns a new instance of MissingTableError.
11 12 13 14 |
# File 'lib/gm/notepad/exceptions.rb', line 11 def initialize(name:) @name = name super(%((Missing table "#{name}"))) end |