1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-06 10:54:04 +00:00
tenancy/src/Exceptions
GENL 411d486282
Fix: The database name is displayed when the TenantDatabaseAlreadyExistsException exception is thrown. (#499)
* Fix: The database name is displayed when the TenantDatabaseAlreadyExistsException exception is thrown.

* Fix the code style

Co-authored-by: Henrich <Ekoumelong>
2020-09-23 19:47:35 +02:00
..
DatabaseManagerNotRegisteredException.php Add exceptions missing parent constructor call (#137) 2019-09-26 14:35:02 +02:00
DomainOccupiedByOtherTenantException.php Identification middleware & tests 2020-05-10 05:47:27 +02:00
ModelNotSyncMasterException.php Apply fixes from StyleCI 2020-05-22 09:01:31 +00:00
NoConnectionSetException.php Apply fixes from StyleCI 2020-05-22 09:01:31 +00:00
NotASubdomainException.php Apply fixes from StyleCI 2020-05-22 09:01:31 +00:00
RouteIsMissingTenantParameterException.php Apply fixes from StyleCI 2020-05-22 09:01:31 +00:00
TenancyNotInitializedException.php Apply fixes from StyleCI 2020-05-22 09:01:31 +00:00
TenantCouldNotBeIdentifiedByPathException.php Better solution for tenant DB exception 2020-06-29 12:18:03 +02:00
TenantCouldNotBeIdentifiedByRequestDataException.php Better solution for tenant DB exception 2020-06-29 12:18:03 +02:00
TenantCouldNotBeIdentifiedOnDomainException.php Better solution for tenant DB exception 2020-06-29 12:18:03 +02:00
TenantCountNotBeIdentifiedById.php Allows tenants to be initalized with their IDs (#473) 2020-08-04 18:12:28 +02:00
TenantDatabaseAlreadyExistsException.php Fix: The database name is displayed when the TenantDatabaseAlreadyExistsException exception is thrown. (#499) 2020-09-23 19:47:35 +02:00
TenantDatabaseDoesNotExistException.php Revert "Get rid of TenantDatabaseDoesNotExist exception" 2020-06-29 12:14:58 +02:00
TenantDatabaseUserAlreadyExistsException.php [3.x] DB users (#382) 2020-05-03 18:12:27 +02:00