blob: 6db14c8a7c8eafd55015886c0e08646bac56db98 [file] [log] [blame]
Radek Krejcid23f0df2017-08-31 16:34:49 +02001#!/bin/python3
2
3from liberouterapi.error import ApiException
4
5class NetopeerException(ApiException):
6 status_code = 500