mirror of
https://github.com/archtechx/tenancy.git
synced 2026-03-22 05:54:04 +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
|
|
{} |