mirror of
https://github.com/flarum/framework.git
synced 2025-05-22 14:49:57 +08:00
Improve request error debug output
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
export default class RequestError {
|
||||
constructor(status, responseText, xhr) {
|
||||
constructor(status, responseText, options, xhr) {
|
||||
this.status = status;
|
||||
this.responseText = responseText;
|
||||
this.options = options;
|
||||
this.xhr = xhr;
|
||||
|
||||
try {
|
||||
|
Reference in New Issue
Block a user