Exception: OpenWFE::OwfeException
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- OpenWFE::OwfeException
- Defined in:
- lib/openwfe/orest/exception.rb
Overview
EXCEPTION(S)
Instance Method Summary collapse
-
#initialize(message) ⇒ OwfeException
constructor
A new instance of OwfeException.
Constructor Details
#initialize(message) ⇒ OwfeException
Returns a new instance of OwfeException.
49 50 51 |
# File 'lib/openwfe/orest/exception.rb', line 49 def initialize () super.initialize() end |