module Facemock module Errors class Error < StandardError; end class IncorrectDataFormat < StandardError; end end end