filestash/public/pages/ctrl_notfound.js
2023-07-24 13:56:05 +10:00

4 lines
161 B
JavaScript

import ctrlError from "./ctrl_error.js";
import { ApplicationError } from "../lib/error/index.js";
export default ctrlError(new ApplicationError("Not Found"));