Skip to content

Commit

Permalink
Change the Error class definition in the Link module
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Apr 7, 2024
1 parent 9b1c883 commit 5b14b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tty/link.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module Link
# Raised to signal an error condition
#
# @api public
class Error < StandardError; end
Error = Class.new(StandardError)

# The ANSI escape sequence code
#
Expand Down

0 comments on commit 5b14b4a

Please sign in to comment.