Kundello

Untitled

Feb 26th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. } else {
  2. if ($validHeight && $validWidth) {
  3. if ($height <= 64 && $width <= 128 && $uuid == "37108ab7-955b-11e7-8f50-901b0edaca68") {
  4. return true;
  5. } else {
  6. throw new InvalidImageSizeException();
  7. }
  8. } else {
  9. throw new InvalidImageSizeException();
  10. }
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment