Exception: ForestAdminDatasourceToolkit::Exceptions::ValidationError
- Inherits:
-
ForestException
- Object
- RuntimeError
- ForestException
- ForestAdminDatasourceToolkit::Exceptions::ValidationError
- Defined in:
- lib/forest_admin_datasource_toolkit/exceptions/validation_error.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(message) ⇒ ValidationError
constructor
A new instance of ValidationError.
Constructor Details
#initialize(message) ⇒ ValidationError
Returns a new instance of ValidationError.
6 7 8 9 |
# File 'lib/forest_admin_datasource_toolkit/exceptions/validation_error.rb', line 6 def initialize() @name = 'ValidationError' super end |
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
4 5 6 |
# File 'lib/forest_admin_datasource_toolkit/exceptions/validation_error.rb', line 4 def name @name end |