Skip to content

Commit

Permalink
path exception for no-composer
Browse files Browse the repository at this point in the history
  • Loading branch information
maztch committed Jun 1, 2017
1 parent ae22f2a commit 32bd348
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
require_once __DIR__ . '/src/Exceptions/UploadException.php';
require_once __DIR__ . '/src/Exceptions/StartException.php';
require_once __DIR__ . '/src/Exceptions/AuthException.php';
require_once __DIR__ . '/src/Exceptions/PathException.php';

//Ilovepdf
require_once __DIR__ . '/src/Ilovepdf.php';
Expand Down

0 comments on commit 32bd348

Please sign in to comment.