Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark derived exceptions obsolete #694

Closed
wants to merge 3 commits into from
Closed

Commits on May 7, 2018

  1. Mark derived exceptions obsolete

    Mark exceptions obsolete
    
    - mark `InvalidGameShortNameException` as obsolete
    - mark `InvalidParameterException` as obsolete
    - mark `InvalidQueryIdException` as obsolete
    - mark `InvalidStickerDimensionsException` as obsolete
    - mark `InvalidStickerEmojisException` as obsolete
    - mark `InvalidStickerSetNameException` as obsolete
    - mark `InvalidUserIdException` as obsolete
    - mark `ChatNotFoundException` as obsolete
    - mark `ContactRequestException` as obsolete
    - mark `MessageIsNotModifiedException` as obsolete
    - mark `StickerSetNameExistsException` as obsolete
    - mark `StickerSetNotModifiedException` as obsolete
    - mark `UserNotFoundException` as obsolete
    - mark `ChatNotInitiatedException` as obsolete
    karb0f0s committed May 7, 2018
    Configuration menu
    Copy the full SHA
    3fba171 View commit details
    Browse the repository at this point in the history
  2. Change types

    - change `BadRequestException` type to base class
    - change `ForbiddenException` type to base class
    karb0f0s committed May 7, 2018
    Configuration menu
    Copy the full SHA
    3e0a7ec View commit details
    Browse the repository at this point in the history

Commits on May 13, 2018

  1. Configuration menu
    Copy the full SHA
    6d966a4 View commit details
    Browse the repository at this point in the history