Gitiles
Code Review
Sign In
gerrit.avm99963.com
/
monorail-avm99963
/
5ccb1a024483c6c54beec4f86fc92541cbf1fa2c
/
.
/
static_src
/
shared
/
errors.js
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'
;
}
}