module Fb
  # Provides custom errors for Fb intended to be raised on a failed API call.
  class Error < StandardError
  end
end