UNPKG

@aivec/wp-docker-dev-factory

Version:

Spin up local WordPress environments with Docker.

7 lines (6 loc) 259 B
export declare const ERR_FILE_NOT_FOUND = "FileNotFound"; export declare const ERR_PROPERTY_REQUIRED = "PropertyRequired"; export declare class GenericError extends Error { code: string | number; constructor(code: string | number, message: string); }