yii\web\Application::getErrorHandler PHP 메소드

getErrorHandler() 공개 메소드

Returns the error handler component.
public getErrorHandler ( ) : ErrorHandler
리턴 ErrorHandler the error handler application component.
    public function getErrorHandler()
    {
        return $this->get('errorHandler');
    }