mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-18 07:18:18 +00:00
Fixes a few problems in Dynamips implementation.
This commit is contained in:
@ -19,8 +19,10 @@
|
||||
Custom exceptions for Dynamips module.
|
||||
"""
|
||||
|
||||
from ..vm_error import VMError
|
||||
|
||||
class DynamipsError(Exception):
|
||||
|
||||
class DynamipsError(VMError):
|
||||
|
||||
def __init__(self, message, original_exception=None):
|
||||
|
||||
|
Reference in New Issue
Block a user