PATH:
home
/
rwabteecom
/
public_html_old
/
vendor
/
stancl
/
tenancy
/
src
/
Contracts
/
Editing: TenantCouldNotBeIdentifiedException.php
<?php declare(strict_types=1); namespace Stancl\Tenancy\Contracts; use Exception; abstract class TenantCouldNotBeIdentifiedException extends Exception { }
SAVE
CANCEL