Repository URL to install this package:
|
Version:
0.9.4 ▾
|
module Lobbyist
class Error
# Raised when JSON parsing fails
class DecodeError < Lobbyist::Error
end
end
end