Files
espocrm/application/Espo/Core/Exceptions/InternalServerError.php
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;
}