Exception: SystemCall::IspUnityException
- Inherits:
-
Exception
- Object
- Exception
- SystemCall::IspUnityException
- Defined in:
- lib/system_call.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ IspUnityException
constructor
A new instance of IspUnityException.
Constructor Details
#initialize(message) ⇒ IspUnityException
Returns a new instance of IspUnityException.
33 34 35 36 |
# File 'lib/system_call.rb', line 33 def initialize() = ['error'] if .class == Hash super "[IspUnity] #{}" end |