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