blob: 4b4a7a81f1bfdaa5f1cb4b2d43d4673aa00be8ab [file] [log] [blame]
// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
export class UserInputError extends Error {
get name() {
return 'UserInputError';
}
}