class DatabaseCleaner::Safeguard::Error::RemoteDatabaseUrl

def initialize

def initialize
  super("ENV['DATABASE_URL'] is set to a remote URL. Please refer to https://github.com/DatabaseCleaner/database_cleaner#safeguards")
end