REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 888 B
Close
//proc/thread-self/root/home/byroehnu/.trash/node_modules11/adminjs/src/backend/utils/errors/not-implemented-error.ts
Text
Base64
import { DOCS } from '../../../constants.js' const buildUrl = (fnName: string): string => { if (fnName) { let obj let fn if (fnName.indexOf('.') > 0) { [obj, fn] = fnName.split('.') fn = `.${fn}` } else { [obj, fn] = fnName.split('#') } return `${DOCS}/${obj}.html#${fn}` } return DOCS } /** * Error which is thrown when an abstract method is not implemented * * @category Errors */ export class NotImplementedError extends Error { /** * @param {string} fnName name of the function, base on which error will * print on the output link to the method documentation. */ constructor(fnName: string) { const message = ` You have to implement the method: ${fnName} Check out the documentation at: ${buildUrl(fnName)} ` super(message) this.message = message } } export default NotImplementedError
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 8
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
app-error.ts
1.28 KB
lrw-r--r--
2026-02-28 00:32:00
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
configuration-error.ts
783 B
lrw-r--r--
2026-02-28 00:32:02
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
forbidden-error.ts
954 B
lrw-r--r--
2026-02-28 00:32:16
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.ts
261 B
lrw-r--r--
2026-02-28 00:32:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
not-found-error.ts
1.20 KB
lrw-r--r--
2026-02-28 00:32:38
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
not-implemented-error.ts
888 B
lrw-r--r--
2026-02-28 00:32:38
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
record-error.ts
327 B
lrw-r--r--
2026-02-28 00:32:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
validation-error.ts
1.18 KB
lrw-r--r--
2026-02-28 00:32:46
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).