
module Toodledo
  
  #
  # Thrown when a call to the server fails.
  #
  class ServerError < StandardError
  
  end
end
