module FFaker::Avatar

def invalid_size_error

def invalid_size_error
  raise ArgumentError, 'Size should be specified in format 300x300'
end