5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-01 04:16:08 +00:00
panel/app/lib/merge_conflicts_exception.rb

4 lines
81 B
Ruby
Raw Permalink Normal View History

# frozen_string_literal: true
class MergeConflictsException < RuntimeError; end