import ServiceFetchException from 'ceo-core/application/exceptions/service-fetch-exception.js'ServiceFetchException
Custom exception to handle HTTP errors from the services. Tracks
- response - object
- method - string
- url - string
- body -string
Constructor Summary
| Public Constructor | ||
| public |
constructor(data: *) |
|
Public Constructors
public constructor(data: *) source
Params:
| Name | Type | Attribute | Description |
| data | * |