global

def self.inherited(*)

def self.inherited(*)
  Grape.deprecator.warn 'Grape::Validations::Base is deprecated! Use Grape::Validations::Validators::Base instead.'
  super
end