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

Replace generic StandardError rescues #299

Open
delano opened this issue Apr 5, 2024 · 0 comments
Open

Replace generic StandardError rescues #299

delano opened this issue Apr 5, 2024 · 0 comments
Labels
enhancement ruby Pull requests that update Ruby code

Comments

@delano
Copy link
Collaborator

delano commented Apr 5, 2024

Replace the generic StandardError rescue in register_build with more specific exceptions that could actually occur, improving error handling specificity and maintainability. via #298 (comment)

class OT::CLI < Drydock::Command
def init
OT.load! :cli
end
def register_build
Onetime::VERSION.increment! argv.first
puts Onetime::VERSION.inspect
rescue StandardError => e
puts e.message
exit 1
end

@delano delano assigned delano and unassigned delano Apr 5, 2024
@delano delano added enhancement ruby Pull requests that update Ruby code labels Apr 5, 2024
@delano delano mentioned this issue Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ruby Pull requests that update Ruby code
Projects
None yet
Development

No branches or pull requests

1 participant