]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Move config exception to dedicated classes with proper namespace 794/head
authorArthurHoaro <arthur@hoa.ro>
Wed, 8 Mar 2017 19:28:33 +0000 (20:28 +0100)
committerArthurHoaro <arthur@hoa.ro>
Thu, 9 Mar 2017 18:16:42 +0000 (19:16 +0100)
commit5ba55f0cf287c583019bbb731ad98e04a14da972
treed744155a1b68a203d4483195202d3d8562d02cf0
parent9c5daad19c850d852f2e78ca571ad199362c0ffe
Move config exception to dedicated classes with proper namespace
application/config/ConfigManager.php
application/config/exception/MissingFieldConfigException.php [new file with mode: 0644]
application/config/exception/UnauthorizedConfigException.php [new file with mode: 0644]
tests/config/ConfigManagerTest.php