Skip to content
Snippets Groups Projects

Test all the things!

Merged Andrew Hoffmann requested to merge ahoffmann/uw-php-security:preauth-test into master
4 files
+ 46
11
Compare changes
  • Side-by-side
  • Inline
Files
4
<?php
namespace edu\wisc\doit\uwphps\local;
/**
* Exception when JSON cannot be decoded
*/
class JsonDecodingException extends \RuntimeException
{
}
\ No newline at end of file
Loading