Update
This commit is contained in:
10
core/bitrix/modules/rest/lib/RestExceptionInterface.php
Normal file
10
core/bitrix/modules/rest/lib/RestExceptionInterface.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?
|
||||
namespace Bitrix\Rest;
|
||||
|
||||
interface RestExceptionInterface
|
||||
{
|
||||
public function output(): array;
|
||||
|
||||
public function getStatus(): string;
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user