7 lines
176 B
JavaScript
7 lines
176 B
JavaScript
/**
|
|
* This is a file to configure custom errors
|
|
*/
|
|
|
|
/* Proxy Restriction Errors */
|
|
class ProxyReadOnlySetError extends Error {}
|
|
class ProxyWriteOnceSetError extends Error {}
|