diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-11-25 09:43:54 +0100 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-11-25 09:43:54 +0100 |
commit | d9fb455d7abca81fb9714f4ce2c6abcde57ed79b (patch) | |
tree | fa394da3ef6b6117e3b149dc2064c686c69577a2 /Model/Variable | |
parent | 541255fb485616492a4c7b99c62087b3e63b8fa9 (diff) | |
download | Praspel-d9fb455d7abca81fb9714f4ce2c6abcde57ed79b.zip Praspel-d9fb455d7abca81fb9714f4ce2c6abcde57ed79b.tar.gz Praspel-d9fb455d7abca81fb9714f4ce2c6abcde57ed79b.tar.bz2 |
Update an exception message.
Diffstat (limited to 'Model/Variable')
-rw-r--r-- | Model/Variable/Borrowing.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Model/Variable/Borrowing.php b/Model/Variable/Borrowing.php index 4400fab..c59fcc8 100644 --- a/Model/Variable/Borrowing.php +++ b/Model/Variable/Borrowing.php @@ -207,7 +207,7 @@ class Borrowing extends Variable { if(!isset($registry[$id])) throw new \Hoa\Praspel\Exception\Model( - 'The identifier contract %s does not exist in the registry.', + 'The contract identifier %s does not exist in the registry.', 4, $name); $entry = $registry[$id]; |