mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 06:54:03 +00:00
6 lines
No EOL
95 B
PHP
6 lines
No EOL
95 B
PHP
<?php
|
|
|
|
namespace Stancl\Tenancy\Exceptions;
|
|
|
|
class TenantStorageException extends \Exception
|
|
{} |