mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-18 15:28:11 +00:00
Rename Device to VM.
This commit is contained in:
@ -19,9 +19,10 @@
|
||||
Custom exceptions for VPCS module.
|
||||
"""
|
||||
|
||||
from ..device_error import DeviceError
|
||||
from ..vm_error import VMError
|
||||
|
||||
class VPCSError(DeviceError):
|
||||
|
||||
class VPCSError(VMError):
|
||||
|
||||
def __init__(self, message, original_exception=None):
|
||||
|
||||
|
Reference in New Issue
Block a user