new files
This commit is contained in:
16
pro_v3.5.1/crmeb/exceptions/ErpException.php
Normal file
16
pro_v3.5.1/crmeb/exceptions/ErpException.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace crmeb\exceptions;
|
||||
|
||||
|
||||
use Throwable;
|
||||
|
||||
class ErpException extends \RuntimeException
|
||||
{
|
||||
|
||||
public function __construct($message = "", $code = 0, Throwable $previous = null)
|
||||
{
|
||||
parent::__construct($message, $code, $previous);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user