module Pagetience module Exceptions class Timeout < StandardError end class Platform < StandardError end end end