Exception: IspUnity::IspUnityException
- Inherits:
-
Exception
- Object
- Exception
- IspUnity::IspUnityException
- Defined in:
- lib/isp_unity.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.
24 25 26 27 |
# File 'lib/isp_unity.rb', line 24 def initialize() = ['error'] if .class == Hash super "[IspUnity] #{}" end |