deni-zen / qcal

qCal iCalendar library for PHP
GNU Lesser General Public License v3.0
0 stars 0 forks source link

qCal\Parse\Reader\FileReader uses generic exception #47

Open nozavroni opened 10 years ago

nozavroni commented 10 years ago

qCal\Parse\Reader\FileReader throws a generic exception if passed a file that doesn't exist. Implement a custom exception here.

nozavroni commented 10 years ago

It uses generic exceptions throughout the class. Implement custom exceptions anywhere a generic exception is used.