Namespaces
NxSys
Library
Clients
Brex
API
Budgets
Endpoint
Exception
Model
Normalizer
Runtime
Expenses
Payments
Team
Transactions
Webhooks
Interfaces
ApiException
ClientException
ServerException
Exceptions
BadRequestException
CreateBudgetBadRequestException
CreateBudgetForbiddenException
CreateBudgetUnauthorizedException
ForbiddenException
GetBudgetByIdBadRequestException
GetBudgetByIdForbiddenException
GetBudgetByIdNotFoundException
GetBudgetByIdUnauthorizedException
ListBudgetsBadRequestException
ListBudgetsForbiddenException
ListBudgetsUnauthorizedException
NotFoundException
UnauthorizedException
UpdateBudgetBadRequestException
UpdateBudgetForbiddenException
UpdateBudgetNotFoundException
UpdateBudgetUnauthorizedException
Overview
Namespace
Interface
Tree
1:
<?php
2:
3:
declare
(strict_types=
1
);
4:
5:
/*
6:
* This file has been auto generated by Jane,
7:
*
8:
* Do no edit it directly.
9:
*/
10:
11:
namespace
NxSys\Library\Clients\Brex\API\Budgets\Exception;
12:
13:
interface
ApiException
extends
\Throwable
14:
{
15:
}
16: