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

Better errors when there's a prepare filing error #187

Merged
merged 2 commits into from
Aug 25, 2024

Commits on Aug 25, 2024

  1. Better errors when there's a prepare filing error

    Actually set the Exception class's message, so exception stack traces
    don't just say "null", and log as error when an error occurs when
    getting fees.
    
    Minor fix: getting an individual category directly returned the Optional
    as JSON,  which is useless (only prints empty and present, from isEmpty
    and isPresent, lol).
    BryceStevenWilley committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    0d01952 View commit details
    Browse the repository at this point in the history
  2. Formatting

    BryceStevenWilley committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    6012d2d View commit details
    Browse the repository at this point in the history