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