Reference Guide  2.5.0
psyclone.configuration.ConfigurationError Class Reference
Inheritance diagram for psyclone.configuration.ConfigurationError:
Collaboration diagram for psyclone.configuration.ConfigurationError:

Public Member Functions

def __init__ (self, value, config=None)
 
- Public Member Functions inherited from psyclone.errors.PSycloneError
def __init__ (self, value)
 
def __repr__ (self)
 
def __str__ (self)
 

Public Attributes

 value
 
- Public Attributes inherited from psyclone.errors.PSycloneError
 value
 

Detailed Description

Class for all configuration-related errors.

:param str value: error message.
:param config: the Config object associated with the error.
:type config: :py:class:`psyclone.configuration.Config`.

Definition at line 70 of file configuration.py.


The documentation for this class was generated from the following file: