mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 14:34:04 +00:00
8 lines
No EOL
164 B
PHP
8 lines
No EOL
164 B
PHP
<?php
|
|
|
|
namespace Stancl\Tenancy\Exceptions;
|
|
|
|
class NoTenantIdentifiedExceptions extends Exception
|
|
{
|
|
protected $message = 'No tenant has been identified yet.';
|
|
} |