exceptions
This module contains all custom exception used by OpenSquirrel
.
ExporterError
UnsupportedGateError
Bases: Exception
Should be raised when a gate is not supported.
Source code in opensquirrel\exceptions.py
__init__(gate, *args)
Init of the UnsupportedGateError
.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
gate |
Any
|
Gate that is not supported. |
required |