Exception: AuditGroup::LockError
- Inherits:
-
StandardError
- Object
- StandardError
- AuditGroup::LockError
- Defined in:
- lib/omg-audit-group.rb
Instance Method Summary collapse
-
#initialize ⇒ LockError
constructor
A new instance of LockError.
Constructor Details
#initialize ⇒ LockError
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 |