summaryrefslogtreecommitdiff
path: root/lib/psych/syntax_error.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/psych/syntax_error.rb')
-rw-r--r--lib/psych/syntax_error.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psych/syntax_error.rb b/lib/psych/syntax_error.rb
index 1598e6f..a4c9c4a 100644
--- a/lib/psych/syntax_error.rb
+++ b/lib/psych/syntax_error.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
-require 'psych/exception'
+require_relative 'exception'
module Psych
class SyntaxError < Psych::Exception