mirror of
https://github.com/stjornleysi/telegram_glpi.git
synced 2025-12-03 18:43:08 +00:00
init
This commit is contained in:
9
node_modules/glpi-api/errors/InvalidHTTPMethodError.js
generated
vendored
Normal file
9
node_modules/glpi-api/errors/InvalidHTTPMethodError.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
class InvalidHTTPMethodError extends Error {
|
||||
constructor(message) {
|
||||
super(message);
|
||||
this.name = this.constructor.name;
|
||||
Error.captureStackTrace(this, this.constructor);
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = InvalidHTTPMethodError;
|
||||
Reference in New Issue
Block a user