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