~andreserl/maas/lp1665143

« back to all changes in this revision

Viewing changes to src/provisioningserver/rpc/exceptions.py

Merged specify_scripts_commissioning into test_api.

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
    """Raised when performing a pod action."""
132
132
 
133
133
 
 
134
class PodInvalidResources(Exception):
 
135
    """Raised when a pod cannot compose a machine because of
 
136
    invalid resources."""
 
137
 
 
138
 
134
139
class CannotRegisterCluster(Exception):
135
140
    """The cluster could not be registered."""
136
141