mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-18 22:11:07 +00:00
5 lines
No EOL
65 B
JavaScript
5 lines
No EOL
65 B
JavaScript
class UserError extends Error {
|
|
|
|
}
|
|
|
|
module.exports = UserError; |