All Classes Functions
errors.py
1 ##
2 #
3 # @brief This module contains all the custom exceptions defined for nf.io
4 #
5 
6 class nfioError(Exception):
7  pass
8 
10  pass
11 
13  pass
14 
16  def __init__(self):
17  self.errno = 701
18 
20  def __init__(self):
21  self.errno = 702
22 
24  def __init__(self):
25  self.errno = 703
26 
28  def __init__(self):
29  self.errno = 704
30 
32  def __init__(self):
33  self.errno = 705
34 
36  def __init__(self):
37  self.errno = 706
38 
40  def __init__(self):
41  self.errno = 707
42 
44  def __init__(self):
45  self.errno = 708
46 
48  def __init__(self):
49  self.errno = 709
50 
52  def __init__(self):
53  self.errno = 710
54 
56  def __init__(self):
57  self.errno = 711
58 
60  def __init__(self):
61  self.errno = 712
62 
64  def __init__(self):
65  self.errno = 713
66 
68  def __init__(self):
69  self.errno = 714
70 
72  def __init__(self):
73  self.errno = 715
74 
76  def __init__(self):
77  self.errno = 716
78 
This module contains all the custom exceptions defined for nf.io.
Definition: errors.py:6