about summary refs log tree commit diff
path: root/lib/exceptions.rb
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-04-08 23:00:03 +0200
committerClaire <claire.github-309c@sitedethib.com>2022-04-08 23:00:03 +0200
commiteff62528debf33591c921b28ae2609c948161860 (patch)
tree76da7fad9be426213cafdc7f43cba5f00a047caa /lib/exceptions.rb
parentc483101b4ae7d9f22ea43921c512f479e16e98ca (diff)
parented5491e5de6ede501715c421ad5fa53493f61250 (diff)
Merge branch 'main' into glitch-soc/merge-upstream
Diffstat (limited to 'lib/exceptions.rb')
-rw-r--r--lib/exceptions.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/exceptions.rb b/lib/exceptions.rb
index eb472abaa..0c677b660 100644
--- a/lib/exceptions.rb
+++ b/lib/exceptions.rb
@@ -10,6 +10,7 @@ module Mastodon
   class StreamValidationError < ValidationError; end
   class RaceConditionError < Error; end
   class RateLimitExceededError < Error; end
+  class SyntaxError < Error; end
 
   class UnexpectedResponseError < Error
     attr_reader :response