This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/application/Espo/Core/Exceptions/InternalServerError.php
T
Yuri Kuznetsov b3d0d4f031 refactor
2013-11-20 13:18:39 +02:00

10 lines
114 B
PHP

<?php
namespace Espo\Core\Exceptions;
class InternalServerError extends \Exception
{
protected $code = 500;
}