first commit
This commit is contained in:
11
exceptions/CreateFormException.php
Normal file
11
exceptions/CreateFormException.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace itguild\forms\form\exceptions;
|
||||
|
||||
class CreateFormException extends \Exception
|
||||
{
|
||||
function __construct(string $msg)
|
||||
{
|
||||
$this->message = "Create form error: " . $msg;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user