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/Error.php
T
Yuri Kuznetsov b3d0d4f031 refactor
2013-11-20 13:18:39 +02:00

11 lines
87 B
PHP

<?php
namespace Espo\Core\Exceptions;
class Error extends InternalServerError
{
}