forked from External/greenlight
6 lines
94 B
Ruby
6 lines
94 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Errors
|
|
class UnsafeHostError < StandardError; end
|
|
end
|