Class luya\cms\Exception

Inheritanceluya\cms\Exception » luya\Exception » yii\base\Exception » Exception
Available since version1.0.0
Source Code https://github.com/luyadev/luya-module-cms/blob/master/src/Exception.php

Exception wrapper for yii\base\Exception, represents a generic exception for all purposes.

Public Methods

Hide inherited methods

Method Description Defined By
getName() luya\cms\Exception

Method Details

Hide inherited methods

getName() public method

public string getName ( )
return string

The user-friendly name of this exception

                public function getName()
{
    return 'CMS-Module Exception';
}