Classes, interfaces and traits
AccessCodesNotFoundException¶
Thrown when the requested access codes could not be found
Thrown when a request to the NextEvent API failed with an error response.
The exception provides extensive information about the request sent, the
response received and the reasons which it didn't succeed.
Use the toLogContext() or dumpAsString() methods for logging.
« More »
AccessCodeValidateException¶
Thrown when an access code can not be validated.
« More »
APIResponseException¶
Generic Exception encapsulating an API error response
Thrown when a request to the NextEvent API failed with an error response.
The exception provides extensive information about the request sent, the
response received and the reasons which it didn't succeed.
Use the toLogContext() or dumpAsString() methods for logging.
« More »
BasketEmptyException¶
Thrown when a basket could not be found or is expired
Thrown when a request to the NextEvent API failed with an error response.
The exception provides extensive information about the request sent, the
response received and the reasons which it didn't succeed.
Use the toLogContext() or dumpAsString() methods for logging.
« More »
CollectionException¶
Thrown by a collection instance.
« More »
DeviceException¶
Thrown while searching for existing devices.
« More »
DeviceLoginException¶
Thrown when a device could not been logged in.
« More »
DeviceLogoutException¶
Thrown when a device could not been logged out.
« More »
DeviceNotFoundException¶
Thrown when the requested device could not be found
Thrown when a request to the NextEvent API failed with an error response.
The exception provides extensive information about the request sent, the
response received and the reasons which it didn't succeed.
Use the toLogContext() or dumpAsString() methods for logging.
« More »
EntityNotFoundException¶
Thrown when the requested entity could not be found on the backend
Thrown when a request to the NextEvent API failed with an error response.
The exception provides extensive information about the request sent, the
response received and the reasons which it didn't succeed.
Use the toLogContext() or dumpAsString() methods for logging.
« More »
GateNotFoundException¶
Thrown when the requested gate could not be found
Thrown when a request to the NextEvent API failed with an error response.
The exception provides extensive information about the request sent, the
response received and the reasons which it didn't succeed.
Use the toLogContext() or dumpAsString() methods for logging.
« More »
InvalidArgumentException¶
Thrown when a constructor or method received invalid arguments
« More »
InvalidBaseCategoryException¶
Thrown by a base price model when assigning the wrong base category.
« More »
InvalidModelDataException¶
Thrown when a model got invalid data for construction
« More »
InvalidStoreException¶
Thrown when a given object doesn't implement the NextEvent\PHPSDK\Store\StoreInterface
« More »
MissingDocumentException¶
Thrown when the requested ticket documents are not yet available
« More »
NotAuthenticatedException¶
SDK Client ist not authenticated yet
« More »
NotAuthorizedException¶
SDK Client is not authorized for this API request
Thrown when a request to the NextEvent API failed with an error response.
The exception provides extensive information about the request sent, the
response received and the reasons which it didn't succeed.
Use the toLogContext() or dumpAsString() methods for logging.
« More »
OrderItemNotFoundException¶
Thrown when the requested order/basket item couldn't be found or if the basket expired
Thrown when a request to the NextEvent API failed with an error response.
The exception provides extensive information about the request sent, the
response received and the reasons which it didn't succeed.
Use the toLogContext() or dumpAsString() methods for logging.
« More »
OrderNotFoundException¶
Thrown when the requested order could not be found or basket is expired
Thrown when a request to the NextEvent API failed with an error response.
The exception provides extensive information about the request sent, the
response received and the reasons which it didn't succeed.
Use the toLogContext() or dumpAsString() methods for logging.
« More »
PaymentNotFoundException¶
Thrown when referred payment authorization can't be found or is expired
Thrown when a request to the NextEvent API failed with an error response.
The exception provides extensive information about the request sent, the
response received and the reasons which it didn't succeed.
Use the toLogContext() or dumpAsString() methods for logging.
« More »
QueryException¶
Thrown when query related operations could not been executed.
« More »
ScanLogsNotFoundException¶
Thrown when the requested scan logs could not be found
Thrown when a request to the NextEvent API failed with an error response.
The exception provides extensive information about the request sent, the
response received and the reasons which it didn't succeed.
Use the toLogContext() or dumpAsString() methods for logging.
« More »
TicketNotFoundException¶
Thrown when tickets are not yet available for the given order
« More »
WebhookMessageException¶
Thrown by a webhook message instance.
« More »