mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 14:36:22 +02:00
3 lines
80 B
Ruby
3 lines
80 B
Ruby
module Errors
|
|
class TamperingDetected < ActionController::BadRequest; end
|
|
end
|