filestash/public/pages/ctrl_notfound.js
2023-08-07 20:10:30 +10:00

4 lines
174 B
JavaScript

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