Exception: StarkCore::Error::UnknownError

Inherits:
StarkCoreError show all
Defined in:
lib/error.rb

Instance Attribute Summary

Attributes inherited from StarkCoreError

#message

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ UnknownError

Returns a new instance of UnknownError.



43
44
45
# File 'lib/error.rb', line 43

def initialize(message)
  super("Unknown exception encountered: #{message}")
end