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