1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 14:34:04 +00:00
tenancy/src/Exceptions/NoTenantIdentifiedException.php
2019-09-07 19:46:45 +02:00

8 lines
No EOL
164 B
PHP

<?php
namespace Stancl\Tenancy\Exceptions;
class NoTenantIdentifiedExceptions extends Exception
{
protected $message = 'No tenant has been identified yet.';
}