UNPKG
@hapipal/hpal
Version:
latest (3.1.0)
3.1.0
3.0.0
hapi pal CLI
github.com/hapipal/hpal
hapipal/hpal
@hapipal/hpal
/
lib
/
display-error.js
4 lines
(2 loc)
•
69 B
JavaScript
View Raw
1
2
3
4
'use strict'
;
module
.
exports
=
class
DisplayError
extends
Error
{};