This commit is contained in:
Yuri Kuznetsov
2022-12-20 14:33:06 +02:00
parent 6cfe9b6b43
commit 185a24f007
12 changed files with 62 additions and 25 deletions
@@ -31,8 +31,6 @@ namespace Espo\Core\Exceptions;
class InternalServerError extends \Exception
{
/**
* @var int
*/
/** @var int */
protected $code = 500;
}