Exception: DeveloperExceptions::NotHere

Inherits:
ScriptError
  • Object
show all
Includes:
Error
Defined in:
lib/developer_exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(arg = "Unexpected case") ⇒ NotHere

Returns a new instance of NotHere.



22
23
24
# File 'lib/developer_exceptions.rb', line 22

def initialize(arg = "Unexpected case")
  super
end