UNPKG

@belgattitude/http-exception

Version:

Warning: has been moved to @httpx/exception. Please update.

8 lines (5 loc) 224 B
import { HttpServerException } from '../base/HttpServerException.js'; var isHttpServerException = function isHttpServerException(error) { return error instanceof HttpServerException; }; export { isHttpServerException };