UNPKG

@belgattitude/http-exception

Version:

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

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