about summary refs log tree commit diff
path: root/app/lib/exceptions.rb
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2020-07-23 16:25:58 -0500
committerStarfall <us@starfall.systems>2020-07-23 16:25:58 -0500
commit2b41ed0fd69a7f7a0e17d6f0c6a421805c5e3127 (patch)
treea3ab43415b061112bc614205a3bb96bb9718bbd0 /app/lib/exceptions.rb
parente3d96a9bc62f57d60dc21906b4b803e346b0a738 (diff)
parent16416e940fd803af92377eee9a1756ef27eed199 (diff)
Merge branch 'glitch' into main
Diffstat (limited to 'app/lib/exceptions.rb')
-rw-r--r--app/lib/exceptions.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/lib/exceptions.rb b/app/lib/exceptions.rb
index 3362576b0..7c8e77871 100644
--- a/app/lib/exceptions.rb
+++ b/app/lib/exceptions.rb
@@ -7,6 +7,7 @@ module Mastodon
   class HostValidationError < ValidationError; end
   class LengthValidationError < ValidationError; end
   class DimensionsValidationError < ValidationError; end
+  class StreamValidationError < ValidationError; end
   class RaceConditionError < Error; end
   class RateLimitExceededError < Error; end