Edit File: exceptions.cpython-37.opt-1.pyc
B 5/9e� � @ s\ d dl mZ d dlmZ G dd� de�ZG dd� de�ZG dd� de�ZG d d � d e�ZdS )� )�absolute_import)�FormattedExceptionc @ s e Zd ZdS )�BaseConfigErrorN)�__name__� __module__�__qualname__� r r � py/clwizard/config/exceptions.pyr s r c s e Zd ZdZ� fdd�Z� ZS )�MalformedConfigErrorzO Error that is raised when config is malformed and cannot be read. c s t t| ��td�|�d�� d S )NzTConfig file: {} is corrupted, try to run wizard again or contact CloudLinux support.)�message)�superr �__init__�dict�format)�selfZconfig_path)� __class__r r r s zMalformedConfigError.__init__)r r r �__doc__r � __classcell__r r )r r r s r c s e Zd ZdZ� fdd�Z� ZS )�NoSuchModulezv Error that is raised when we are trying to get state or options for module from config, but it is absent c s"