Exception: Snaptime::Exceptions::DeleteMethodsAreNotAvailable
- Inherits:
-
StandardError
- Object
- StandardError
- Snaptime::Exceptions::DeleteMethodsAreNotAvailable
- Defined in:
- lib/snaptime/exceptions.rb
Instance Method Summary collapse
-
#initialize ⇒ DeleteMethodsAreNotAvailable
constructor
A new instance of DeleteMethodsAreNotAvailable.
Constructor Details
#initialize ⇒ DeleteMethodsAreNotAvailable
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 |