Exception: OpenActive::Rpde::Exceptions::DeletedItemsDataException
- Inherits:
-
RpdeException
- Object
- StandardError
- RpdeException
- OpenActive::Rpde::Exceptions::DeletedItemsDataException
- Defined in:
- lib/openactive/rpde/exceptions/deleted_items_data_exception.rb
Instance Method Summary collapse
-
#initialize(msg = "Deleted items must not contain data.") ⇒ DeletedItemsDataException
constructor
A new instance of DeletedItemsDataException.
Constructor Details
#initialize(msg = "Deleted items must not contain data.") ⇒ DeletedItemsDataException
Returns a new instance of DeletedItemsDataException.
5 6 7 |
# File 'lib/openactive/rpde/exceptions/deleted_items_data_exception.rb', line 5 def initialize(msg = "Deleted items must not contain data.") super end |