Exception: OpenActive::Rpde::Exceptions::DeletedItemsDataException

Inherits:
RpdeException
  • Object
show all
Defined in:
lib/openactive/rpde/exceptions/deleted_items_data_exception.rb

Instance Method Summary collapse

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