Source code for brawlwiki.errors
[docs]class BrawlerNotFound(Exception):
"""Exception raised when a Brawler can't be found from given
partial name.
"""
[docs]class BrawlerNotFound(Exception):
"""Exception raised when a Brawler can't be found from given
partial name.
"""