blob: 5da6f2f93be5917c60e4c96223d0733e818c47f1 [file] [log] [blame]
class BreakpointTypeNotSupportedError < RuntimeError
end
class BreakpointCouldNotBeSetError < RuntimeError
end
class InvalidContextError < RuntimeError
end
class NoSuchBreakpointError < RuntimeError
end
class OperationNotAvailableError < RuntimeError
end