ASH Exceptions

Note, these classes should not be used by you. Only use the AntiSpamHandler to work with this package.

All exceptions subclass a base exception BaseASHException which provides functionality for error messages

LICENSE The MIT License (MIT)

Copyright (c) 2020-2021 Skelmis

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. LICENSE

exception antispam.exceptions.BaseASHException(*args)

A base exception handler for the ASH ecosystem.

__init__(*args)

Initialize self. See help(type(self)) for accurate signature.

exception antispam.exceptions.DuplicateObject(*args)

Raised because you attempted to create and add an object, using the exact same id’s as a pre-existing one.

exception antispam.exceptions.GuildAddonNotFound(*args)

This class has not addon stored on this guild.

exception antispam.exceptions.GuildNotFound(*args)

A Guild matching this guild id could not be found in the cache.

exception antispam.exceptions.InvocationCancelled(*args)

Called when a pre-invoke plugin returned cancel_next_invocation

exception antispam.exceptions.LogicError(*args)

Raised because internal logic has failed. Please create an issue in the github.

exception antispam.exceptions.MemberAddonNotFound(*args)

This class has not addon stored on this member.

exception antispam.exceptions.MemberNotFound(*args)

A Member matching this id and guild id could not be found in the cache.

exception antispam.exceptions.MissingGuildPermissions(*args)

I need both permissions to kick & ban people from this guild in order to work!

exception antispam.exceptions.NotFound(*args)

Something could not be found.

exception antispam.exceptions.ObjectMismatch(*args)

Raised because you attempted add a message to a member, but that member didn’t create that message.

exception antispam.exceptions.PluginError(*args)

An error occurred that was related to a plugin and not AntiSpamHandler

exception antispam.exceptions.PropagateFailure(*args, data: dict)
__init__(*args, data: dict)

Initialize self. See help(type(self)) for accurate signature.