ref Исправление типов
This commit is contained in:
parent
a09fc396d8
commit
28429039a4
8 changed files with 24 additions and 98 deletions
|
|
@ -4,9 +4,8 @@
|
|||
* @see Controller_Front
|
||||
*/
|
||||
namespace ctiso;
|
||||
use Exception;
|
||||
|
||||
class UserMessageException extends Exception {
|
||||
class UserMessageException extends \Exception {
|
||||
public $userMessage;
|
||||
public function __construct($message) {
|
||||
parent::__construct($message);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue