1
0
mirror of synced 2025-03-07 01:26:07 +03:00

15 lines
209 B
PHP
Raw Normal View History

<?php
namespace RetailCrm\Component\Exception;
use Exception;
/**
* Class FailedDbOperationException
*
* @package RetailCrm\Component\Exception
*/
class FailedDbOperationException extends Exception
{
}