0 follower

Class yii\log\LogRuntimeException

Inheritanceyii\log\LogRuntimeException » yii\base\Exception » Exception
Available since version2.0.14
Source Code https://github.com/yiisoft/yii2/blob/master/framework/log/LogRuntimeException.php

LogRuntimeException represents an exception caused by problems with log delivery.

Public Methods

Hide inherited methods

Method Description Defined By
getName() yii\log\LogRuntimeException

Method Details

Hide inherited methods

getName() public method

public string getName ( )
return string

The user-friendly name of this exception

                public function getName()
{
    return 'Log Runtime';
}