require 'passworks/exception' module Passworks module Exceptions class NotImplemented < Exception end end end