Skip to content

Commit

Permalink
Add exceptions class for compatability with 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodyiscertain committed Oct 29, 2014
1 parent e57722b commit 91d93af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/stag
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91d93af

Please sign in to comment.