Exception: ForestAdminDatasourceToolkit::Exceptions::ForestException
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- ForestAdminDatasourceToolkit::Exceptions::ForestException
- Defined in:
- lib/forest_admin_datasource_toolkit/exceptions/forest_exception.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(msg = '') ⇒ ForestException
constructor
A new instance of ForestException.
Constructor Details
#initialize(msg = '') ⇒ ForestException
Returns a new instance of ForestException.
4 5 6 |
# File 'lib/forest_admin_datasource_toolkit/exceptions/forest_exception.rb', line 4 def initialize(msg = '') super end |