Exception: AuditGroup::LockError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/omg-audit-group.rb

Instance Method Summary collapse

Constructor Details

#initializeLockError

Returns a new instance of LockError.



7
8
9
# File 'lib/omg-audit-group.rb', line 7

def initialize
  super('Request is locked and cannot be run again. If you want to add operations to an existing request_uuid, create a new instance')
end