Пример #1
0
function assertHour(Day $day)
{
    if ($day->getHour() > 23) {
        throw new Exception('Whaaat?');
    }
}