mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 10:14:04 +00:00
merge
This commit is contained in:
commit
fb6b186af5
1 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Stancl\Tenancy\Exceptions;
|
||||
|
||||
use Exception;
|
||||
|
|
@ -10,4 +12,4 @@ class TenantDoesNotExistException extends Exception
|
|||
{
|
||||
$this->message = "Tenant with this id does not exist: $id";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue