mirror of
https://github.com/fergalmoran/OpnForm.git
synced 2026-01-12 03:24:43 +00:00
11 lines
111 B
PHP
11 lines
111 B
PHP
<?php
|
|
|
|
namespace App\Exceptions\Workspaces;
|
|
|
|
use Exception;
|
|
|
|
class WorkspaceLimit extends Exception
|
|
{
|
|
//
|
|
}
|