mirror of
https://github.com/discourse/discourse-data-explorer.git
synced 2025-07-08 15:22:45 +00:00
7 lines
112 B
Ruby
7 lines
112 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
module ::DiscourseDataExplorer
|
||
|
class ValidationError < StandardError
|
||
|
end
|
||
|
end
|