portal.mkgtu.ru/common/models/errors/RecordNotFound.php

10 lines
86 B
PHP
Executable File

<?php
namespace common\models\errors;
class RecordNotFound extends \Exception
{
}