Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
scripts.prototype_css_generator.Error Class Reference

Public Member Functions

 __init__ (self, message)
 
 __repr__ (self)
 

Public Attributes

 message
 

Detailed Description

Definition at line 41 of file prototype_css_generator.py.

Constructor & Destructor Documentation

◆ __init__()

scripts.prototype_css_generator.Error.__init__ (   self,
  message 
)

Definition at line 43 of file prototype_css_generator.py.

43 def __init__(self, message):
44 self.message = message
45

Member Function Documentation

◆ __repr__()

scripts.prototype_css_generator.Error.__repr__ (   self)

Definition at line 46 of file prototype_css_generator.py.

46 def __repr__(self):
47 return self.message
48
49

Member Data Documentation

◆ message

scripts.prototype_css_generator.Error.message

Definition at line 44 of file prototype_css_generator.py.


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