aboutsummaryrefslogtreecommitdiffstats
path: root/app/errors
diff options
context:
space:
mode:
Diffstat (limited to 'app/errors')
-rw-r--r--app/errors/table_lock_timeout_error.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/errors/table_lock_timeout_error.rb b/app/errors/table_lock_timeout_error.rb
new file mode 100644
index 000000000..102f3a4a0
--- /dev/null
+++ b/app/errors/table_lock_timeout_error.rb
@@ -0,0 +1 @@
+class TableLockTimeoutError < ActiveRecord::StatementInvalid; end