Skip to content

Commit

Permalink
Merge pull request #596 from saeideng/patch-1
Browse files Browse the repository at this point in the history
add alias for 'NotFoundException'
  • Loading branch information
ADmad authored Jun 18, 2018
2 parents fb272d3 + 8a5a222 commit f6769d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions aliases.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@ class_alias(
'Cake\Network\Exception\BadRequestException',
'Cake\Http\Exception\BadRequestException'
);
class_alias(
'Cake\Network\Exception\NotFoundException',
'Cake\Http\Exception\NotFoundException'
);
}

0 comments on commit f6769d8

Please sign in to comment.