mirror of
https://github.com/fergalmoran/OpnForm.git
synced 2026-01-19 15:05:44 +00:00
Initial commit
This commit is contained in:
10
app/Exceptions/Workspaces/WorkspaceLimit.php
Normal file
10
app/Exceptions/Workspaces/WorkspaceLimit.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Exceptions\Workspaces;
|
||||
|
||||
use Exception;
|
||||
|
||||
class WorkspaceLimit extends Exception
|
||||
{
|
||||
//
|
||||
}
|
||||
Reference in New Issue
Block a user