arango recode
This commit is contained in:
14
Exception.php
Normal file
14
Exception.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace devgroup\arangodb;
|
||||
|
||||
class Exception extends \yii\base\Exception
|
||||
{
|
||||
/**
|
||||
* @return string the user-friendly name of this exception
|
||||
*/
|
||||
public function getName()
|
||||
{
|
||||
return 'ArangoDB Exception';
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user