change line endings

This commit is contained in:
Gilles Crettenand
2015-06-02 17:26:01 +02:00
parent 265ed19543
commit c0159f4b79
16 changed files with 1739 additions and 1739 deletions

View File

@@ -1,9 +1,9 @@
<?php
namespace BSR\Lib\Exception;
class BookNotFoundException extends WebException {
public function __construct($code) {
parent::__construct('BookNotFound', "The book with code $code was not found", -404);
}
}
<?php
namespace BSR\Lib\Exception;
class BookNotFoundException extends WebException {
public function __construct($code) {
parent::__construct('BookNotFound', "The book with code $code was not found", -404);
}
}