first
This commit is contained in:
11
src/exceptions/FormResultNotFoundException.php
Normal file
11
src/exceptions/FormResultNotFoundException.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace itguild\forms\exceptions;
|
||||
|
||||
class FormResultNotFoundException extends \Exception
|
||||
{
|
||||
function __construct($id)
|
||||
{
|
||||
$this -> message = "Ответ формы $id не найдена";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user