Exception: ForestAdminDatasourceToolkit::Exceptions::ForestException

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/forest_admin_datasource_toolkit/exceptions/forest_exception.rb

Direct Known Subclasses

ValidationError

Instance Method Summary collapse

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