diff options
Diffstat (limited to 'app/models/locked_by_another_user.rb')
| -rw-r--r-- | app/models/locked_by_another_user.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/locked_by_another_user.rb b/app/models/locked_by_another_user.rb new file mode 100644 index 0000000..6f9e272 --- /dev/null +++ b/app/models/locked_by_another_user.rb | |||
| @@ -0,0 +1 @@ | |||
| class LockedByAnotherUser < StandardError; end | |||
