RecordsNotFoundException.php 129 B

12345678910
  1. <?php
  2. namespace Illuminate\Database;
  3. use RuntimeException;
  4. class RecordsNotFoundException extends RuntimeException
  5. {
  6. //
  7. }