mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-17 22:03:54 +01:00
4 lines
161 B
JavaScript
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"));
|