summaryrefslogtreecommitdiff
path: root/ext/psych/lib/psych/exception.rb
blob: d96c527cfba722d035b378650a7174720b48fe14 (plain)
1
2
3
4
5
6
7
module Psych
  class Exception < RuntimeError
  end

  class BadAlias < Exception
  end
end