vudash/vudash

View on GitHub
packages/core/src/errors/not-found.error.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict'

module.exports = class NotFoundError extends Error {

}