X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi%2FAPI%2FException%2FNotImplementedException.php;h=0c263d4f8b472dbb3c1358a893e30433b149df5f;hb=c64f69d9efe28a677084a1da2420f4c613ec169b;hp=f2df795ca32a1016700e38435f4396b7fab30d6d;hpb=3df237826763d9c734605f4d8a12bfbba8211157;p=civicrm-core.git diff --git a/Civi/API/Exception/NotImplementedException.php b/Civi/API/Exception/NotImplementedException.php index f2df795ca3..0c263d4f8b 100644 --- a/Civi/API/Exception/NotImplementedException.php +++ b/Civi/API/Exception/NotImplementedException.php @@ -18,7 +18,7 @@ class NotImplementedException extends \API_Exception { * @param \Exception|NULL $previous * A previous exception which caused this new exception. */ - public function __construct($message, $extraParams = array(), \Exception $previous = NULL) { + public function __construct($message, $extraParams = [], \Exception $previous = NULL) { parent::__construct($message, \API_Exception::NOT_IMPLEMENTED, $extraParams, $previous); }