From 91d93af5fd8ae7de2fe559dc0e2effd0ce715b80 Mon Sep 17 00:00:00 2001 From: James Wagner Date: Tue, 28 Oct 2014 17:45:10 -0700 Subject: [PATCH] Add exceptions class for compatability with 1.9.1 --- bin/stag | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/stag b/bin/stag index 8c3050f..7c972ad 100755 --- a/bin/stag +++ b/bin/stag @@ -38,6 +38,7 @@ foreach ($packages as $package) { require_once APP_PATH . '/vendor/Spyc/Spyc.php'; require_once APP_PATH . '/vendor/Lex/Parser.php'; +require_once APP_PATH . '/core/exceptions.php'; require_once APP_PATH . '/core/functions.php'; // register the Statamic autoloader