use new namespace style
This commit is contained in:
parent
43be624bf6
commit
27675b7219
5 changed files with 13 additions and 7 deletions
|
@ -1,12 +1,14 @@
|
|||
<?php
|
||||
|
||||
namespace CRM\Twingle\Exceptions;
|
||||
|
||||
use CRM_Twingle_ExtensionUtil as E;
|
||||
|
||||
/**
|
||||
* A simple custom exception class that indicates a problem within a class
|
||||
* of the Twingle API extension.
|
||||
*/
|
||||
class CRM_Twingle_Exceptions_BaseException extends Exception {
|
||||
class BaseException extends \Exception {
|
||||
|
||||
private string $error_code;
|
||||
private string $log_message;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue