mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 23:16:03 +00:00
11 lines
87 B
PHP
11 lines
87 B
PHP
<?php
|
|
|
|
namespace Espo\Core\Exceptions;
|
|
|
|
class Error extends InternalServerError
|
|
{
|
|
|
|
}
|
|
|
|
|