Exception: Snaptime::Exceptions::DeleteMethodsAreNotAvailable

Inherits:
StandardError
  • Object
show all
Defined in:
lib/snaptime/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializeDeleteMethodsAreNotAvailable

Returns a new instance of DeleteMethodsAreNotAvailable.



4
5
6
# File 'lib/snaptime/exceptions.rb', line 4

def initialize
  super('Versionized records only support the `destroy` methods.')
end