for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* 例外ベースクラス
* @author AIZAWA Hina <[email protected]>
* @copyright 2015 by AIZAWA Hina <[email protected]>
* @license https://github.com/fetus-hina/docomo-dialogue/blob/master/LICENSE MIT
* @since 0.1.0
*/
namespace jp3cki\docomoDialogue;
class Exception extends \Exception
{
* クラス名(FQCN)を取得
*
* return string
public static function className()
return get_called_class();
}