for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* ActiveRecord for API
*
* @link https://github.com/hiqdev/yii2-hiart
* @package yii2-hiart
* @license BSD-3-Clause
* @copyright Copyright (c) 2015-2019, HiQDev (http://hiqdev.com/)
*/
namespace hiqdev\hiart;
* Class Exception represent general exception occurred in HiArt.
class Exception extends \yii\db\Exception
{
* @return string the user-friendly name of this exception
public function getName()
return 'HiArt Exception';
}