Exceptions

Problematic

How can we provide our very own exceptions ?

Documentation

The tool to check the availability or syntax of domains, IPv4, IPv6 or URL.

██████╗ ██╗   ██╗███████╗██╗   ██╗███╗   ██╗ ██████╗███████╗██████╗ ██╗     ███████╗
██╔══██╗╚██╗ ██╔╝██╔════╝██║   ██║████╗  ██║██╔════╝██╔════╝██╔══██╗██║     ██╔════╝
██████╔╝ ╚████╔╝ █████╗  ██║   ██║██╔██╗ ██║██║     █████╗  ██████╔╝██║     █████╗
██╔═══╝   ╚██╔╝  ██╔══╝  ██║   ██║██║╚██╗██║██║     ██╔══╝  ██╔══██╗██║     ██╔══╝
██║        ██║   ██║     ╚██████╔╝██║ ╚████║╚██████╗███████╗██████╔╝███████╗███████╗
╚═╝        ╚═╝   ╚═╝      ╚═════╝ ╚═╝  ╚═══╝ ╚═════╝╚══════╝╚═════╝ ╚══════╝╚══════╝

Provides our exceptions.

Author:
Nissar Chababy, @funilrys, contactTATAfunilrysTODTODcom
Special thanks:
https://pyfunceble.github.io/special-thanks.html
Contributors:
https://pyfunceble.github.io/contributors.html
Project link:
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io///en/master/
Project homepage:
https://pyfunceble.github.io/

License:

MIT License

Copyright (c) 2017, 2018, 2019, 2020 Nissar Chababy

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.
exception PyFunceble.exceptions.ConfigurationFileNotFound[source]

Describes a missing configuration file.

exception PyFunceble.exceptions.GitEmailNotFound[source]

Describes a missing Git Email.

exception PyFunceble.exceptions.GitHubTokenNotFound[source]

Describes a missing GitHub token.

exception PyFunceble.exceptions.GitLabTokenNotFound[source]

Describes a missing GitLab token.

exception PyFunceble.exceptions.GitNameNotFound[source]

Describes a missing Git Name.

exception PyFunceble.exceptions.NoConversionMade[source]

Describes the fact that a conversion was expected but none was made.

exception PyFunceble.exceptions.NoDownloadDestinationGiven[source]

Describes the fact that the download destination was not declared.

exception PyFunceble.exceptions.NoDownloadLinkGiven[source]

Describes the fact that no download link was declared.

exception PyFunceble.exceptions.NoExtractionMade[source]

Describes the fact that an extraction was expected but none was made.

exception PyFunceble.exceptions.NoInternetConnection[source]

Describes a missing connection.

exception PyFunceble.exceptions.PleaseUpdatePyFunceble[source]

Describes the impossiblity to continue with an older version.

exception PyFunceble.exceptions.PyFuncebleException[source]

Describes our own exceptions.

exception PyFunceble.exceptions.PyFuncebleExternalException[source]

Describes an exception which is caused by an external input.

exception PyFunceble.exceptions.PyFuncebleInternalException[source]

Describes an exception which is caused by our own logic.

exception PyFunceble.exceptions.UnknownSubject[source]

Describes the fact that an unknown subject is inputed.

exception PyFunceble.exceptions.UserAgentBrowserNotFound[source]

Describes the fact that we could not find a valid browser to work with.

exception PyFunceble.exceptions.UserAgentNotFound[source]

Describes the fact that we could not find a user agent to work with.

exception PyFunceble.exceptions.UserAgentPlatformNotFound[source]

Describes the fact that we could not find a valid browser to work with.

exception PyFunceble.exceptions.WrongParameterType[source]

Describes a wrong parameter type.

exception PyFunceble.exceptions.WrongParameterValue[source]

Describes a wrong parameter value.