blob: be88babbbea486a9206206e71893fa7f3f724bc1 [file] [log] [blame]
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001<?php
2
3namespace LdapRecord\Models;
4
5use LdapRecord\Query\ObjectNotFoundException;
6
7class ModelNotFoundException extends ObjectNotFoundException
8{
9 //
10}